ServiceCreateRule Method (IListRule, String) |
Creates inbox rules.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse CreateRule(
IList<Rule> rules,
string smtpEmailAddress
)
Public Function CreateRule (
rules As IList(Of Rule),
smtpEmailAddress As String
) As RuleOperationResponse
Parameters
- rules
- Type: System.Collections.GenericIListRule
The rules. - smtpEmailAddress
- Type: SystemString
The SMTP email address.
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also